func slices.order2CmpFunc

4 uses

	slices (current package)
		zsortanyfunc.go#L298: func order2CmpFunc[E any](data []E, a, b int, swaps *int, cmp func(a, b E) int) (int, int) {
		zsortanyfunc.go#L308: 	a, b = order2CmpFunc(data, a, b, swaps, cmp)
		zsortanyfunc.go#L309: 	b, c = order2CmpFunc(data, b, c, swaps, cmp)
		zsortanyfunc.go#L310: 	a, b = order2CmpFunc(data, a, b, swaps, cmp)